@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "微软雅黑";
}

html {
  font-size: 100px;
}

body {
  line-height: 1;
  background-color: #fff;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  overflow: hidden;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
}

input,
select {
  font-family: "微软雅黑";
  -webkit-appearance: none;
  vertical-align: middle;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

textarea {
  -webkit-appearance: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  resize: none;
}

table {
  border-collapse: collapse;
  border: 1px solid #666666;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

th,
td {
  border: 1px solid #666666;
  margin: 0;
  padding: 0;
}

iframe {
  margin: 0;
  padding: 0;
  border: none;
}

video {
  display: block;
  margin: 0 auto;
}

img {
  vertical-align: middle;
}

.wrapper {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #4c4c4c;
  position: relative;
  z-index: 9;
}

.global-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.row {
  /*width: 100%;*/
  overflow: hidden;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.en {
  font-family: Arial;
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 登录样式 */
.loginItems a{color: #254694;display: block;margin: 0!important;}
.loginItems a:after{display: none!important;}
 #login {position: relative;display: inline-block;font-size: 14px;line-height: 32px;}");
.user-center {position: absolute;width: 90px;height: 70px;text-align: center;background: url(http://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web3096/site/picture/1330/2012101025462341435.png) no-repeat 0 0px;display: none;line-height: 30px;padding-top: 9px;left: 50%;margin-left: -45px;border-radius: 5px;z-index: 5;}
.user-center>a {color: #254694;margin: 0!important;display:block;line-height:30px;text-align:center;}
.user-center>a:after {display: none!important;}
.user-center>p:hover,.user-center>a:hover {color: #1492ff;}
 #login .loginBtns {width: auto;color:#4c4c4c;font-size:14px;line-height: 32px;text-align: center;cursor:pointer;}
.loginItems {position: absolute;width: 90px;height: 80px;text-align: center;background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web1/site/picture/-1/zjzwfw_2019_dlbjdc.png) no-repeat 0 -1px;font-size: 14px;display: none;line-height: 30px;padding-top: 12px;left: 50%;margin-left: -45px;border-bottom: 1px solid #eeeeee;}
.loginBtns:hover .loginItems {display: block;}

#login2{
  position: relative;
}

@media screen and (min-width: 450px) and (max-width: 991.98px) {
  html {
    font-size: 60px !important;
  }
}

@media screen and (max-width: 449.98px) {
  html {
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 992px) {
  .visible-xs {
    display: none !important;
  }
}

@media screen and (max-width: 991.98px) {
  html {
    box-sizing: border-box;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  body {
    min-width: 0;
  }

  .wrapper{
    min-width: 0;
  }

  .hidden-xs {
    display: none !important;
  }
  .global-inner{
    width: 100%;
    height: 100%;
    padding: 0 0.15rem;
    margin: 0 auto;
    position: relative;
  }
  .global-inner:before, .global-inner:after{
    content: '';
    display: table;
    clear: both;
  }
  .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 auto;
    overflow: visible
  }
}